home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-02-01 | 4.3 KB | 142 lines |
- ;*****************************************************************************
- ;
- ; Name: zebrmsc2.inf
- ;
- ; Function:
- ; Install the Sony Ericsson mRouter Port (WDM)
- ;
- ; Copyright (c) 2005 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc.
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=12/07/2005, 4.30.0.2700
- ;CatalogFile=zebrmdmc.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"zebrmdmc.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- zebrmdmc.sys = 1
- zebrcmnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %MCCI%=MCCI
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [MCCI]
- %SEMC.Modem.Desc% = SEMC.Install, USB\VID_0FCE&PID_D030&MI_01&SCE&OS_NT
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [SEMC.Install.nt]
- AddReg = SEMC.AddReg,SEMC.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [SEMC.AddReg]
- HKR,,NTMPDriver,,zebrmdmc.sys
- HKR,,DisableCommPortRegistration, 0x10001, 01,00,00,00
- HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200 initial baud rate
- HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
-
- ; only for NT...
- [SEMC.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- zebrmdmc.sys
- zebrcm.sys,zebrcmnt.sys
- zebrcmnt.sys
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
-
- [SEMC.Install.NT.Services]
- AddService = zebrmdmc, 0x00000002, SEMC.Install.AddService
-
-
- [SEMC.Install.AddService]
- DisplayName = %SEMC.Service.Name%
- Description = %SEMC.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\zebrmdmc.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "Sony Ericsson Mobile Communications AB"
- MCCI = "Sony Ericsson Mobile Communications AB"
- DiskString = "Sony Ericsson mRouter Port Installation Disk"
-
- SEMC.Modem.Desc = "Sony Ericsson mRouter Port (WDM)"
- SEMC.Service.Name = "Sony Ericsson mRouter Port (WDM)"
- SEMC.Service.Desc = "Sony Ericsson mRouter Port (WDM)"
-
-
- CustomerDataPath = "Sony Ericsson"
- DriverSet = "Sony Ericsson Software"
- UninstallFile = "ZEBRUninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-